go/build.fileInfo.directives (field)

4 uses

	go/build (current package)
		build.go#L1048: 			*directives = append(*directives, info.directives...)
		build.go#L1436: 	directives []Directive
		read.go#L500: 				info.directives = append(info.directives, Directive{c.Text, info.fset.Position(c.Slash)})